home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / rabit girl.swf / scripts / DefineButton2_130 / BUTTONCONDACTION on(release).as
Text File  |  2006-12-20  |  419b  |  16 lines

  1. on(release){
  2.    if(_parent.PussyF)
  3.    {
  4.       _parent.BtnCls();
  5.       Mouse.show();
  6.       gotoAndStop("Clicked2");
  7.       _parent.MasterVolume.stop();
  8.       _parent.Snd50.start(0,100);
  9.       _parent.Usagi.gotoAndPlay("Ninjin_Piston_Iki");
  10.       _parent.MeganeF = false;
  11.       _parent.NinjinF = true;
  12.       _parent.M_Btn_Megane.gotoAndStop("Ninjin");
  13.       _parent.M_Btn_Titi.gotoAndStop("Ninjin");
  14.    }
  15. }
  16.